object Form3: TForm3 Left = 200 Top = 119 Width = 346 Height = 162 Caption = 'Add Activity' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 37 Height = 13 Caption = 'Activity:' end object Label2: TLabel Left = 8 Top = 40 Width = 82 Height = 13 Caption = 'Calories per hour:' end object Activity: TEdit Left = 56 Top = 8 Width = 265 Height = 21 MaxLength = 30 TabOrder = 0 end object Calories: TEdit Left = 96 Top = 40 Width = 57 Height = 21 TabOrder = 1 end object Button1: TButton Left = 80 Top = 88 Width = 73 Height = 25 Caption = '&Add' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 184 Top = 88 Width = 73 Height = 25 Caption = '&Cancel' TabOrder = 3 end end